Extension point configuration
In component org.nuxeo.ecm.core.blob.BlobManager
Documentation
Extension points to register the blob dispatcher and blob providers.
Contribution Descriptors
- Class: org.nuxeo.ecm.core.blob.BlobDispatcherDescriptor
- Class: org.nuxeo.ecm.core.blob.BlobProviderDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="configuration" target="org.nuxeo.ecm.core.blob.BlobManager"> <blobprovider name="default"> <class>org.nuxeo.ecm.core.blob.binary.DefaultBinaryManager</class> <property name="path"/> <property name="key"/> </blobprovider> </extension>